Vcenter NamespaceManagement LoadBalancers AviConfigCreateSpec
Vcenter NamespaceManagement LoadBalancers AviConfigCreateSpec captures the configuration data required for integration with the Avi Software Load Balancer.
This schema was added in vSphere API 7.0.2.0.
{
"server": {
"host": "string",
"port": 0
},
"username": "string",
"password": "string",
"certificate_authority_chain": "string",
"cloud_name": "string"
}
Server is the address for the Avi Controller, used to configure Virtual Servers.
This property was added in vSphere API 7.0.2.0.
An administrator user name for accessing the Avi Controller.
This property was added in vSphere API 7.0.2.0.
The password for the administrator user.
This property was added in vSphere API 7.0.2.0.
CertificateAuthorityChain contains PEM-encoded CA chain which is used to verify x509 certificates received from the server.
This property was added in vSphere API 7.0.2.0.
The cloud name for the Avi Controller.
This property was added in vSphere API 8.0.2.00300.
Only set if custom cloud name is configured for this Avi Controller. If missing or null
, it defaults to "Default-Cloud".